Equals(Object) Method
Compares this instance of DataGridLength with another object.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- Object
- Reference to an object for comparison.
Return Value
Boolean
true
if this DataGridLength instance has the same value and unit type as oCompare.
See Also
Reference
DataGridLength Structure
Equals Overload
Avalonia.Controls Namespace