AnnotationValues.Equals Method (Object)
Determines whether the specified object is equal to this instance object.
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.Booleantrue if the specified object is equal to this instance object; otherwise, false.