Polygon.Equals

Equals(ICurvePolygon)

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

public bool Equals(ICurvePolygon other)
ParamètreTaperLa description
otherICurvePolygonObjet à comparer avec l’objet actuel.

Return_Value

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

Voir également


Equals(IPolygon)

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

public bool Equals(IPolygon other)
ParamètreTaperLa description
otherIPolygonObjet à comparer avec l’objet actuel.

Return_Value

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

Voir également


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