public final class PropertyTag extends Object implements com.aspose.ms.System.IEquatable<PropertyTag>
Represents a tag used to mark metadata properties.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object.
|
boolean |
equals(PropertyTag other)
Indicates whether the current object is equal to another object of the same type.
|
TagCategory |
getCategory()
Gets the tag category.
|
int |
hashCode()
Serves as the default hash function.
|
static boolean |
op_Equality(PropertyTag left,
PropertyTag right)
Indicates whether two objects of the same type are equal.
|
static boolean |
op_Inequality(PropertyTag left,
PropertyTag right)
Indicates whether two objects of the same type are not equal.
|
String |
toString()
Returns a string that represents the current object.
|
public boolean equals(Object obj)
Determines whether the specified object is equal to the current object.
equals in interface com.aspose.ms.System.IEquatable<PropertyTag>equals in class Objectobj - The object to compare with the current object.public final boolean equals(PropertyTag other)
Indicates whether the current object is equal to another object of the same type.
other - An object to compare with this object.other parameter; otherwise, false.public final TagCategory getCategory()
Gets the tag category.
public int hashCode()
Serves as the default hash function.
public static boolean op_Equality(PropertyTag left, PropertyTag right)
Indicates whether two objects of the same type are equal.
left - The left object.right - The rigt object.public static boolean op_Inequality(PropertyTag left, PropertyTag right)
Indicates whether two objects of the same type are not equal.
left - The left object.right - The rigt object.Copyright © 2025. All rights reserved.