NBitcoin.BouncyCastle.Math.EC.Custom.Sec.SecP256K1FieldElement.Equals C# (CSharp) Метод

Equals() публичный Метод

public Equals ( ECFieldElement other ) : bool
other ECFieldElement
Результат bool
		public override bool Equals(ECFieldElement other)
		{
			return Equals(other as SecP256K1FieldElement);
		}

Same methods

SecP256K1FieldElement::Equals ( SecP256K1FieldElement other ) : bool
SecP256K1FieldElement::Equals ( object obj ) : bool