RefType.Equals Method (Object)

 

Determines the specified object is equal to the current instance.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public override bool Equals(
	object obj
)

Parameters

obj
Type: System.Object

The object to compare.

Return Value

Type: System.Boolean

true if the specified object is equal to the current instance; otherwise, false.