Click or drag to resize
OzTupleT1, T2, T3, T4, T5Equals Method
Returns a value that indicates whether the current Tuple(Of T1, T2, T3, T4, T5) object is equal to a specified object.

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

Parameters

obj
Type: SystemObject
The object to compare with this instance.

Return Value

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