Determines whether the specified
Object is equal to this instance.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public override bool Equals(
Object obj
) |
Visual Basic |
---|
Public Overrides Function Equals (
obj As Object
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ obj
) override |
F# |
---|
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool |
Parameters
- obj
- Type: System..::..Object
The Object to compare with the current Object.
Return Value
Type:
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
See Also