SqlHierarchyId.LessThanOrEqual(SqlHierarchyId, SqlHierarchyId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates whether one specified SqlHierarchyId node is less than or equal to another.
public static System.Data.SqlTypes.SqlBoolean operator <= (Microsoft.SqlServer.Types.SqlHierarchyId hid1, Microsoft.SqlServer.Types.SqlHierarchyId hid2);
static member ( <= ) : Microsoft.SqlServer.Types.SqlHierarchyId * Microsoft.SqlServer.Types.SqlHierarchyId -> System.Data.SqlTypes.SqlBoolean
Public Shared Operator <= (hid1 As SqlHierarchyId, hid2 As SqlHierarchyId) As SqlBoolean
Parameters
- hid1
- SqlHierarchyId
First node to compare.
- hid2
- SqlHierarchyId
Second node to compare.
Returns
Boolean. Returns true if hid1
is less than or equal to hid2
; otherwise false.