ContactIDEquals(Object) Method

Determines whether the specified object is equal to the current object.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object to compare with the current object.

Return Value

Boolean
if the specified object is equal to the current object; otherwise, .

Remarks

Equality is given if obj is a ContactID instance, and if the content of obj has the same Type and is equal.

See Also