Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Equals( SignalReference other )
Public Function Equals ( _ other As SignalReference _ ) As Boolean
public: virtual bool Equals( SignalReference other ) sealed
Parameters
- other (SignalReference)
- An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.