NamedDomainKey<T>.Equality 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.
Compare two keys for equality.
public static bool operator == (Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T> leftOperand, Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T> rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<'T (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain)> * Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<'T (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain)> -> bool
Public Shared Operator == (leftOperand As NamedDomainKey(Of T), rightOperand As NamedDomainKey(Of T)) As Boolean
Parameters
- leftOperand
- NamedDomainKey<T>
A key to compare.
- rightOperand
- NamedDomainKey<T>
A key to compare.
Returns
True if both keys are equal or are both null; otherwise false.