Share via


MemberIdentity.IsNone Method

Definition

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