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.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
Parameters
- obj
- Type: SystemObject
Object to compare for equality.
Return Value
Type:
BooleanTrue if the objects are equal. False if the objects are not equal.
See Also