Equals

XmpTrailerPi.Equals method (1 of 2)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(XmpTrailerPi other)
ParameterTypeDescription
otherXmpTrailerPiAn object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

See Also


XmpTrailerPi.Equals method (2 of 2)

Determines whether the specified Object, is equal to this instance.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.

See Also