True if obj contains another instance of an ATR object with same content.

Namespace: BasicCard.GenericCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override
F#
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 

Parameters

obj
Type: System..::..Object
Object to compare with.

Return Value

Type: Boolean
True if equals, otherwise false.

See Also