Click or drag to resize
TripleTFirst, TSecond, TThirdEquals Method (Object)
Determines if this triple is equal to another object. The triple is equal to another object if that object is a Triple, all element types are the same, and the all three elements compare equal using object.Equals.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare for equality.

Return Value

Type: Boolean
True if the objects are equal. False if the objects are not equal.
See Also