VeriStand .NET API Reference

Variables.Equals Method

NameDescription
Equals(Variables) Determines whether the specified other object is equal to the current Variables instance. Equivalency is determined using the LocalVariables, Parameters, and ReturnType.
Equals(Object) Determines whether the specified obj, which must be a Variables object, is equal to the current Variables instance. Equivalency is determined using the LocalVariables, Parameters, and ReturnType. (Overrides Object.Equals(Object).)

See Also