XmpMetaEquals Method (Object) |
Determines whether the specified Object, is equal to this instance.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic override bool Equals(
Object other
)
Public Overrides Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
Object^ other
) override
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool
Parameters
- other
- Type: SystemObject
The Object to compare with this instance.
Return Value
Type:
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
See Also