Click or drag to resize

ChannelDefinitionBaseEquals(IChannelDefinition) Method

Returns a value indicating whether this instance is equal to specified IChannelDefinition value.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public bool Equals(
	IChannelDefinition other
)
View Source

Parameters

other  IChannelDefinition
A IChannelDefinition object to compare to this instance.

Return Value

Boolean
True if other has the same value as this instance; otherwise, False.

Implements

IEquatableTEquals(T)
See Also