Click or drag to resize

GestureTouchEquals Method

Checks if this GestureTouch equals another GestureTouch

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare against

Return Value

Type: Boolean
True if equal to obj, false otherwise
See Also