Uses of Class
com.aspose.tasks.GenericProperty
-
-
Uses of GenericProperty in com.aspose.tasks
Methods in com.aspose.tasks that return GenericProperty Modifier and Type Method Description GenericProperty<TKey>
GenericProperty. Clone()
Creates and returns a deep copy of this instance.Methods in com.aspose.tasks with parameters of type GenericProperty Modifier and Type Method 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 specifiedobj1
instance is equal to the specifiedobj2
instance.
-