XmpHeaderPiEquals Method (XmpHeaderPi) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool Equals(
XmpHeaderPi other
)
Public Function Equals (
other As XmpHeaderPi
) As Boolean
public:
virtual bool Equals(
XmpHeaderPi^ other
) sealed
abstract Equals :
other : XmpHeaderPi -> bool
override Equals :
other : XmpHeaderPi -> bool
Parameters
- other
- Type: Aspose.CAD.XmpXmpHeaderPi
An object to compare with this object.
Return Value
Type:
Boolean
true if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)
See Also