If this style is NOT equal to obj

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

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

See Also