|   | ChannelDefinitionBase3Equals(Object) Method | 
        
        
            Returns a value indicating whether this instance is equal to a specified object.
            
        
        Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj  Object
- An object to compare, or null.
Return Value
Boolean
            True if obj is an instance of 
IChannelDefinition and equals the value of this instance;
            otherwise, False.
            
 Exceptions
Exceptions See Also
See Also