Check if two ids are equal

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Shared Operator =( _ 
ByVal id As EntityID, _ 
ByVal id2 As EntityID
) As Boolean
This language is not supported or no code example is available.
public static bool operator ==( 
EntityID id
EntityID id2 
)
This language is not supported or no code example is available.
public:  
static bool operator ==( 
EntityID^ id
EntityID^ id2 
)
This language is not supported or no code example is available.
JScript supports the use of overloaded operators, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

id
Type: EntityID

<default>

id2
Type: EntityID

<default>

Return Value

Type: bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1