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.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The object to compare with this instance.
Return Value
Type:
Booleantrue if the current instance is equal to the specified object; otherwise, false.
See Also