Equals
Contents
[
Hide
]
Equals(PropertyTag)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(PropertyTag other)
Parameter | Type | Description |
---|---|---|
other | PropertyTag | 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 PropertyTag
- namespace GroupDocs.Metadata.Tagging
- assembly GroupDocs.Metadata
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with the current object. |
Return Value
True if the specified object is equal to the current object; otherwise, false.
See Also
- class PropertyTag
- namespace GroupDocs.Metadata.Tagging
- assembly GroupDocs.Metadata