Extent.Equals

Equals(Extent)

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

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

Return_Value

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

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 courant ; sinon,false.

Voir également