Pin.Equals(Object) Method

Definition

Whether obj with equivalent Type, Position, Label and Address.

public override bool Equals (object obj);
override this.Equals : obj -> bool

Parameters

obj
System.Object

The object to compare with.

Returns

System.Boolean

true if obj is a Pin with equivalent Type, Position, Label and Address values.

Applies to