HexBinary.GreaterThanOrEqual OperatorHexBinary.GreaterThanOrEqual OperatorHexBinary::GreaterThanOrEqual Operator

Indicates whether a specified HexBinaryHexBinaryHexBinary is greater than or equal to another specified HexBinaryHexBinaryHexBinary.

Syntax

Public Shared Operator >=( _
    value1 As HexBinary, _
    value2 As HexBinary _
) As Boolean
public static bool operator >=(
    HexBinary value1,
    HexBinary value2
)
public:
static bool operator >=(
    HexBinary value1, 
    HexBinary value2
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the value of value1 is greater than or equal to the value of value2, falseFalsefalse otherwise.