Edit

Share via


JobOrderBy.Equals(Object) Method

Definition

Determines if the specified object is equal to this object.

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

Parameters

obj
Object

The object to compare with this object.

Returns

Is true if the objects are equal; otherwise, false.

Applies to