SPICE3ExtensionsEquals Method |
Returns true if the commands are the same. Double payload is compared against delta.
Namespace: RAYLASE.MarkerPluginAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic static bool Equals(
this Command lhs,
Command rhs,
double delta
)
Parameters
- lhs Command
- Command to compare.
- rhs Command
- Command to compare.
- delta Double
- Delta for double comparison.
Return Value
BooleanTrue if the commands are the same.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Command. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
ExceptionsException | Condition |
---|
ArgumentException | In case of unknown command type. |
See Also