| GuidExtensionsHasRealValue Method |
Returns true if the Nullable Guid contains a real Guid value
Namespace:
Omada.OE.Model.Extensions
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool HasRealValue(
this Nullable<Guid> guid
)
Parameters
- guid
- Type: SystemNullableGuid
Return Value
Type:
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
NullableGuid. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also