Click or drag to resize

OzTupleT1, T2, T3, T4, T5, T6, T7, TRestEquals Method

Returns a value that indicates whether the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object is equal to a specified object.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with this instance.

Return Value

Boolean
true if the current instance is equal to the specified object; otherwise, false.
See Also