Check if specified bytes are equal to this ATR.

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

Syntax

C#
public bool Equals(
	byte[] atrBytes
)
Visual Basic
Public Function Equals ( 
	atrBytes As Byte()
) As Boolean
Visual C++
public:
bool Equals(
	array<unsigned char>^ atrBytes
)
F#
member Equals : 
        atrBytes : byte[] -> bool 

Parameters

atrBytes
Type: array<System..::..Byte>[]()[][]
ATR bytes to compare with.

Return Value

Type: Boolean
True if atrBytes are equal to ATR bytes of this ATR object.

See Also