|
VariableEquals Method (IVariable)
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Indicates whether the current object is equal to another object of the same type.
Namespace:
Furcadia.Net.Web
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool Equals(
IVariable other
)
Public Function Equals (
other As IVariable
) As Boolean
Dim instance As Variable
Dim other As IVariable
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public:
virtual bool Equals(
IVariable^ other
) sealed
abstract Equals :
other : IVariable -> bool
override Equals :
other : IVariable -> bool
Parameters
- other
- Type: Furcadia.Net.WebIVariable
An object to compare with this object.
Return Value
Type:
Boolean
true if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also