op_Equality

View Equality operator

Returns a value indicating whether this instance is equal to a specified object.

public static bool operator ==(View a, View b)
ParameterTypeDescription
aViewThe first view.
bViewThe second view.

Return Value

a value indicating whether this instance is equal to a specified object

See Also