Cat<T,K>.Equals(Object) Method

Definition

Override the method of Object.Equals(object obj).

public override bool Equals (object obj);

Parameters

obj
Object

Can pass any class type.

Returns

Boolean

The return value tell you whehter the compare operation is successful.

Applies to