Click or drag to resize

OzTupleT1, T2, T3, T4, T5, T6Equals Method

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

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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