CompatibilityResult.Implicit(CompatibilityResult to Boolean) 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.
Implicit conversion to a bool to allow the result object to be used directly in checks.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates")]
public static implicit operator bool(System.Data.Entity.Infrastructure.Annotations.CompatibilityResult result);
static member op_Implicit : System.Data.Entity.Infrastructure.Annotations.CompatibilityResult -> bool
Public Shared Widening Operator CType (result As CompatibilityResult) As Boolean
Parameters
- result
- CompatibilityResult
The object to convert.
Returns
True if the result is compatible; false otherwise.
- Attributes