public class PidNamePropertyDescriptor extends PropertyDescriptor
Class contains property description information.
Constructor and Description |
---|
PidNamePropertyDescriptor(String name,
int type,
UUID propertySet) |
PidNamePropertyDescriptor(String canonicalName,
String name,
int type,
UUID propertySet) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified System.Object is equal to the current System.Object.
|
boolean |
equals(PropertyDescriptor pd)
Indicates whether the current object is equal to another object of the same type.
|
String |
getName()
Gets string that, along with the property set, identifies a named property.
|
UUID |
getPropertySet() |
int |
hashCode()
Serves as a hash function for a type.
|
static boolean |
op_Equality(PidNamePropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
op_Inequality(PidNamePropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
|
String |
toString()
Returns a string that represents the property description.
|
getCanonicalName, getDataType, op_Equality, op_Inequality
public String getName()
Gets string that, along with the property set, identifies a named property.
public UUID getPropertySet()
public static boolean op_Equality(PidNamePropertyDescriptor pd1, PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
pd1
- The object to compare with another object.pd2
- The object to compare with another object.public static boolean op_Inequality(PidNamePropertyDescriptor pd1, PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
pd1
- The object to compare with another object.pd2
- The object to compare with another object.public boolean equals(Object obj)
Determines whether the specified System.Object is equal to the current System.Object.
equals
in interface com.aspose.ms.System.IEquatable<PropertyDescriptor>
equals
in class PropertyDescriptor
obj
- The object to compare with the current object.public boolean equals(PropertyDescriptor pd)
Indicates whether the current object is equal to another object of the same type.
equals
in class PropertyDescriptor
pd
- An object to compare with this object.public int hashCode()
Serves as a hash function for a type.
hashCode
in class PropertyDescriptor
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.