AnnotationValues.Equals Method (Object)

 

Determines whether the specified object is equal to this instance object.

Namespace:   System.Data.Entity.Infrastructure.Annotations
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
public override bool Equals(
	object obj
)

Parameters

obj
Type: System.Object

The object to compare to.

Return Value

Type: System.Boolean

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