NullableTypes Class Library

NullableString.Equals Method

Compares two NullableString structures to determine if they are equivalent.

Overload List

Compares two NullableString structures to determine if they are equivalent.

public bool Equals(NullableString);

Compares two NullableString structures to determine if they are equivalent.

public static NullableBoolean Equals(NullableString,NullableString);

Compares two NullableString structures to determine if they are equivalent.

public override bool Equals(object);

See Also

NullableString Class | NullableTypes Namespace