Modifier and Type | Method and Description |
---|---|
GenericProperty<TKey> |
GenericProperty.Clone()
Creates and returns a deep copy of this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericProperty.CloneTo(GenericProperty<TKey> that)
Makes a deep copy of the instance into another instance.
|
static <TKey> boolean |
GenericProperty.equals(GenericProperty<TKey> obj1,
GenericProperty<TKey> obj2)
Returns a value indicating whether specified
obj1 instance is equal to the specified obj2
instance. |
static <TKey> boolean |
GenericProperty.equals(GenericProperty<TKey> obj1,
GenericProperty<TKey> obj2)
Returns a value indicating whether specified
obj1 instance is equal to the specified obj2
instance. |
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.