Share via


SourceKind.Equality(SourceKind, SourceKind) Operator

Definition

Overriding == operator for enum SourceKind

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind e1, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind * Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.SourceKind -> bool
Public Shared Operator == (e1 As SourceKind, e2 As SourceKind) As Boolean

Parameters

e1
SourceKind

the value to compare against e2

e2
SourceKind

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to