GestureTouchEquals Method |
Checks if this GestureTouch equals another GestureTouch
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare against
Return Value
Type:
BooleanTrue if equal to obj, false otherwise
See Also