Method Equals
Equals(VersionToken)
Indicates whether this version token is equal to another token.
public bool Equals(VersionToken other)
Parameters
otherVersionTokenA token to compare with this object.
Returns
- bool
true if the current token is equal to the
otherparameter; otherwise, false.
Equals(object)
Indicates whether this version token is equal to another object.
public override bool Equals(object obj)
Parameters
objobjectA token to compare with this object.
Returns
- bool
true if the current token is equal to the
objparameter; otherwise, false.