Click or drag to resize

PhasorEquals(Object) Method

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

Namespace: GSF.Units.EE
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntax
public override bool Equals(
	Object obj
)
View Source

Parameters

obj  Object
An object to compare, or null.

Return Value

Boolean
True if obj is an instance of Phasor and equals the value of this instance; otherwise, False.
See Also