Share via


EventLogText.Equality operator

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    a As EventLogText, _
    b As EventLogText _
) As Boolean
'Usage
Dim a As EventLogText
Dim b As EventLogText
Dim returnValue As Boolean

returnValue = (a = b)
public static bool operator ==(
    EventLogText a,
    EventLogText b
)

Parameters

Return value

Type: System.Boolean

See also

Reference

EventLogText structure

EventLogText members

Microsoft.Exchange.Data namespace