Falcor.BooleanKey.Equals C# (CSharp) Méthode

Equals() private méthode

private Equals ( BooleanKey other ) : bool
other BooleanKey
Résultat bool
        private bool Equals(BooleanKey other) => _value == other._value && KeyType == other.KeyType;

Same methods

BooleanKey::Equals ( object obj ) : bool