XmpMetaEquals Method (XmpMeta) |
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(
XmpMeta other
)
Public Function Equals (
other As XmpMeta
) As Boolean
public:
virtual bool Equals(
XmpMeta^ other
) sealed
abstract Equals :
other : XmpMeta -> bool
override Equals :
other : XmpMeta -> bool
Parameters
- other
- Type: Aspose.CAD.XmpXmpMeta
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