Operator LessThanOrEqual
| Improve this Doc View SourceLessThanOrEqual(_Guid, _Guid)
Compares the two _Guid parameters to determine whether the first is less than or equal the second.
Declaration
public static _Boolean operator <=(_Guid x, _Guid y)Parameters
| Type | Name | Description | 
|---|---|---|
| _Guid | x | A _Guid object. | 
| _Guid | y | A _Guid object. | 
Returns
| Type | Description | 
|---|---|
| _Boolean | A _Guid expression which contains the result. |