VoltDB.Data.Client.VoltDecimal.Equals C# (CSharp) Méthode

Equals() public méthode

Overrides Equals operator
public Equals ( object o ) : bool
o object Object to compare this instance with.
Résultat bool
        public override bool Equals(object o)
        {
            return this == (VoltDecimal)o;
        }