Operator operator ==
operator ==(MagnificationGesture, MagnificationGesture)
Determines whether two specified MagnificationGesture objects are equal.
Declaration
public static bool operator ==(MagnificationGesture left, MagnificationGesture right)Parameters
| Type | Name | Description | 
|---|---|---|
| MagnificationGesture | left | The first MagnificationGesture to compare. | 
| MagnificationGesture | right | The second MagnificationGesture to compare. | 
Returns
| Type | Description | 
|---|---|
| bool | True if the first MagnificationGesture is equal to the second MagnificationGesture, false otherwise. |