ViewEventArgs.Equality Operator

Public Shared Operator =( _ 
ByVal left As ViewEventArgs, _ 
ByVal right As ViewEventArgs
) As Boolean
This language is not supported or no code example is available.
public static bool operator ==( 
ViewEventArgs left
ViewEventArgs right 
)
This language is not supported or no code example is available.

Parameters

left
ViewEventArgs

right
ViewEventArgs

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition