Method Equals
Equals(Object)
Performs equality checks against an Object
Declaration
public override bool Equals(object obj)
Parameters
public override bool Equals(object obj)
Object | obj | object to test for equality with this instance |
Returns
Boolean | true if |
Overrides
Equals(Relocation)
Performs equality checks against another Relocation
Declaration
public bool Equals(Relocation other)
Parameters
public bool Equals(Relocation other)
Relocation | other | object to test for equality with this instance |
Returns
Boolean | true if |