EntityID.Equality Operator

Check if two ids are equal
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
EntityID

<default>

id2
EntityID

<default>

Return Value

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

In this article

Definition