Determines whether the specified
Object is equal to this instance.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract bool Equals(
Object obj
) |
Visual Basic |
---|
Public MustOverride Function Equals (
obj As Object
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ obj
) abstract override |
F# |
---|
override Equals :
obj : Object -> bool
|
Return Value
Type:
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
Exceptions
See Also