Operator == for the HexStyler object

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static bool operator ==(
	HexStyler lhs,
	HexStyler rhs
)
Visual Basic
Public Shared Operator = ( _
	lhs As HexStyler, _
	rhs As HexStyler _
) As Boolean
Visual C++
public:
static bool operator ==(
	HexStyler^ lhs, 
	HexStyler^ rhs
)

Parameters

lhs
Type: LLCryptoLib.Utils..::..HexStyler
An HexStyler object
rhs
Type: LLCryptoLib.Utils..::..HexStyler
An HexStyler object

Return Value

true if the specified Object is equal to the current Object; otherwise, false

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also