Jaa


SourcePoint.Equals Method

Definition

Overloads

Equals(SourcePoint)

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

Equals(Object)

Indicates wether the current SourcePoint is equal to another object.

Equals(SourcePoint)

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

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

Parameters

other
SourcePoint

An object to compare with this SourcePoint.

Returns

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

Implements

Applies to

Equals(Object)

Indicates wether the current SourcePoint 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 SourcePoint.

Returns

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

Applies to