Click or drag to resize

ConfigurationCellBaseEquals(IConfigurationCell) Method

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

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

Parameters

other  IConfigurationCell
A IConfigurationCell 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