Timecode.Equals
Contents
[
Hide
]Equals(Timecode)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Timecode other)
Parameter | Type | Description |
---|---|---|
other | Timecode | An object to compare with this object. |
Return Value
true if the current object is equal to the other parameter; otherwise, false.
See Also
- class Timecode
- namespace Aspose.Imaging.Xmp.Schemas.XmpDm
- assembly Aspose.Imaging
Equals(object)
Determines whether the specified Object, is equal to this instance.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The Object to compare with this instance. |
Return Value
true
if the specified Object is equal to this instance; otherwise, false
.
See Also
- class Timecode
- namespace Aspose.Imaging.Xmp.Schemas.XmpDm
- assembly Aspose.Imaging