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 final TagCategory getCategory()
Gets the tag category.
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 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 Object
obj
- The object to compare with the current object.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.