XmpField.Equals

XmpField.Equals method

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectAnother object to compare to.

Return Value

true if obj and this instance are the same type and represent the same value; otherwise, false.

See Also