Click or drag to resize
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.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