RelationEquals(Object) Method
Determines whether the specified object is equal to the current object.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
- The object to compare with the current object.
Boolean if the specified object is equal to the current object; otherwise,
.
Equality is given if
obj is a
Relation
instance, and if the content of
obj has the same
Type
and is equal.