| VariableEquals Method (IVariable) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Monkeyspeak.Variable.Equals(Monkeyspeak.IVariable)"]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public bool Equals(
IVariable other
)
Public Function Equals (
other As IVariable
) As Boolean
public:
virtual bool Equals(
IVariable^ other
) sealed
abstract Equals :
other : IVariable -> bool
override Equals :
other : IVariable -> bool
Parameters
- other
- Type: MonkeyspeakIVariable
[Missing <param name="other"/> documentation for "M:Monkeyspeak.Variable.Equals(Monkeyspeak.IVariable)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Monkeyspeak.Variable.Equals(Monkeyspeak.IVariable)"]
Implements
IEquatableTEquals(T)See Also