public class PidLidPropertyDescriptor extends PropertyDescriptor
Class contains property description information.
Constructor and Description |
---|
PidLidPropertyDescriptor(long longId,
int type,
UUID propertySet) |
PidLidPropertyDescriptor(String canonicalName,
long longId,
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.
|
long |
getLongId()
Gets an unsigned 32-bit quantity 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(PidLidPropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
op_Inequality(PidLidPropertyDescriptor 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 PidLidPropertyDescriptor(long longId, int type, UUID propertySet)
public long getLongId()
Gets an unsigned 32-bit quantity that, along with the property set, identifies a named property.
public UUID getPropertySet()
public static boolean op_Equality(PidLidPropertyDescriptor 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(PidLidPropertyDescriptor 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.