DataType.Equals(Object) Method

Definition

Checks if the given object is same as the current object by checking the string version of this type.

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

Parameters

obj
Object

Other object to compare against

Returns

True if the other object is equal.

Applies to