Margins.Equals(Object) Método
Definição
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parâmetros
- obj
- Object
O objeto a ser comparado com o objeto atual.The object to compare with the current object.
Retornos
true se o objeto especificado for igual ao objeto atual, caso contrário, false.true if the specified object is equal to the current object; otherwise, false.