PairTFirst, TSecondEquals Method (Object) |
Determines if this pair is equal to another object. The pair is equal to another object
if that object is a Pair, both element types are the same, and the first and second elements
both 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