Click or drag to resize

SPICE3ExtensionsEquals Method

Returns true if the commands are the same. Double payload is compared against delta.

Namespace: RAYLASE.MarkerPlugin
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public 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

Boolean
True 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).
Exceptions
ExceptionCondition
ArgumentExceptionIn case of unknown command type.
See Also