Returns a value indicating whether this instance is equal to specified IChannelDefinition value.
| C# | Visual Basic | Visual C++ |
public bool Equals( IChannelDefinition other )
Public Function Equals ( _ other As IChannelDefinition _ ) As Boolean
public: virtual bool Equals( IChannelDefinition^ other ) sealed
- other (IChannelDefinition)
- A IChannelDefinition object to compare to this instance.
True if other has the same value as this instance; otherwise, False.