MemberIdentity.IsNone Method
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.
Caution
Compare Name to null
Checks if the identity is empty, as opposed to representing a member.
public bool IsNone ();
[System.Diagnostics.CodeAnalysis.MemberNotNullWhen(false, "Name")]
[System.Obsolete("Compare Name to null")]
public bool IsNone ();
member this.IsNone : unit -> bool
[<System.Diagnostics.CodeAnalysis.MemberNotNullWhen(false, "Name")>]
[<System.Obsolete("Compare Name to null")>]
member this.IsNone : unit -> bool
Public Function IsNone () As Boolean
Returns
true
if the identity is empty; false
otherwise.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework