Share via


SourceRange.Equals Method

Definition

Overloads

Equals(SourceRange)

Indicates wether the current SourceRange is equal to another object of the same type.

Equals(Object)

Indicates wether the current SourceRange is equal to another object.

Equals(SourceRange)

Indicates wether the current SourceRange is equal to another object of the same type.

public bool Equals (Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange other);
override this.Equals : Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> bool
Public Function Equals (other As SourceRange) As Boolean

Parameters

other
SourceRange

An object to compare with this SourceRange.

Returns

true if the current SourceRange is equal to the other parameter; otherwise, false.

Implements

Applies to

Equals(Object)

Indicates wether the current SourceRange is equal to another object.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

An object to compare with this SourceRange.

Returns

true if the current SourceRange is equal to the object parameter; otherwise, false.

Applies to