Performs deep comparison of this CardInfo with (an)other one.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public bool Equals(
CardInfo other
)
Parameters
- other CardInfo
- The CardInfo to compare with.
Return Value
Booleantrue: if the CardInfos contain the same values.
Implements
IEquatableTEquals(T)See Also