BoxDrawingStyleEquals Method
Determines whether this instance of
BoxDrawingStyle is equal to another object.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Dim instance As BoxDrawingStyle
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
No code example is currently available or this language may not be supported.
- obj Object
-
The object to compare with this instance.
Boolean if the specified object is equal to this instance;
otherwise,
.