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