Implements IEquatable.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Equals(
	Status other
)
Visual Basic
Public Function Equals ( _
	other As Status _
) As Boolean
JScript
public final function Equals(
	other : Status
) : boolean

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also