Rule.Equals(Object) Method

Definition

Determines whether this instance of Rule and the object passed as the parameter have the same value.

public:
 override bool Equals(System::Object ^ obj);
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 the current object to.

Returns

true if the current object and obj are the same; otherwise, false.

Applies to