Returns a copy of the current object, including all relevent fields/properties, resulting in a semantically equivalent copy of the object. (which consequently passes an object.Equals(obj1, obj2) test).

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
T Copy<T>()
Visual Basic
Function Copy(Of T) As T
Visual C++
generic<typename T>
T Copy()

Type Parameters

T

See Also