Table of Contents

Method Equals

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Equals(object)

Compares this instance of GridLength with another object.

public override bool Equals(object oCompare)

Parameters

oCompare object

Reference to an object for comparison.

Returns

bool

trueif this GridLength instance has the same value and unit type as oCompare.

Equals(GridLength)

Compares this instance of GridLength with another instance.

public bool Equals(GridLength gridLength)

Parameters

gridLength GridLength

Grid length instance to compare.

Returns

bool

trueif this GridLength instance has the same value and unit type as gridLength.