LineString.Equals

Equals(object)

Détermine si l’objet spécifié est égal à l’objet actuel.

public override bool Equals(object obj)
ParamètreTaperLa description
objObjectObjet à comparer avec l’objet actuel.

Return_Value

true si l’objet spécifié est égal à l’objet actuel ; sinon, faux.

Voir également


Equals(ILineString)

Indique si l’objet courant est égal à un autre objet du même type.

public bool Equals(ILineString other)
ParamètreTaperLa description
otherILineStringUn objet à comparer avec cet objet.

Return_Value

true si l’objet courant est égal àother paramètre; sinon, faux.

Voir également