T
- The type of property value.K
- The type of property key.public class Key<T,K> extends com.aspose.ms.lang.Struct<Key<T,K>>
Represents a property key of a class of the specified type. An instance of this class is used when getting or setting property of a container.
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Key<T,K> |
Clone()
Returns deep copy of the instance.
|
void |
CloneTo(Key<T,K> that)
Makes a deep copy of the instance into another instance.
|
static boolean |
equals(Key obj1,
Key obj2)
Returns a value indicating whether specified
obj1 instance is equal to the specified obj2
instance. |
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to the specified object.
|
int |
hashCode()
Returns a hash code for the instance of the Key class.
|
public boolean equals(Object obj)
public static boolean equals(Key obj1, Key obj2)
obj1
instance is equal to the specified obj2
instance.obj1
- the first object to compare.obj2
- the second object to compare.obj1
instance is equal to the specified obj2
instance;
otherwise, false.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.