Click or drag to resize

CardInfoEquals Method

Performs deep comparison of this CardInfo with (an)other one.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public bool Equals(
	CardInfo other
)

Parameters

other  CardInfo
The CardInfo to compare with.

Return Value

Boolean
true: if the CardInfos contain the same values.

Implements

IEquatableTEquals(T)
See Also