Determines whether the specified object is considered equal to the current instance of the
AnnotationItem .
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare.
Return Value
true if the instances are equal; otherwise false.