DefaultLanguage.Equals(Object) Method

Definition

Determines whether the specified objects are considered equal.

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 to the current DataType.

Returns

A Boolean that specifies whether the objects are equal. True if the two objects are equal. False if they are not equal.

Applies to