Table of Contents

Method Equals

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

Equals(object)

Determines whether the specified object is equal to the current GridLength.

public override bool Equals(object oCompare)

Parameters

oCompare object

The object to compare with the current GridLength.

Returns

bool

true if the specified object is equal to the current GridLength; otherwise, false.

Equals(GridLength)

Determines whether the specified value is equal to the current GridLength.

public bool Equals(GridLength gridLength)

Parameters

gridLength GridLength

The value to compare with the current GridLength.

Returns

bool

true if the specified value is equal to the current GridLength; otherwise, false.