Click or drag to resize

OutageEquals(Outage) Method

Determines if this Outage equals another outage.

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

Parameters

other  Outage
The outage to be compared.

Return Value

Boolean
True if the outages are equal; false otherwise.

Implements

IEquatableTEquals(T)
See Also