M_Furcadia_Net_DreamInfo_Dream_Equals - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Determines whether the specified Object, is equal to this instance.
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public override bool Equals(
Object obj
)
VB
Public Overrides Function Equals (
obj As Object
) As Boolean
VB Usage
Dim instance As Dream
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
C++
public:
virtual bool Equals(
Object^ obj
) override
F#
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj
- Type: System.Object
The Object to compare with this instance.
Type: Booleantrue
if the specified Object is equal to this instance; otherwise, false
.