ColorContext.Equals(Object) Method

Definition

Determines whether an Object is equal to an instance of ColorContext.

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

Identifies the Object to compare for equality.

Returns

true if the supplied Object is equal to this instance of ColorContext; otherwise, false.

Applies to