Glipho.OAuth.Providers.Database.Mongo.ConsumerStub.Equals C# (CSharp) Method

Equals() public method

Determines whether the specified System.Object is equal to the current ConsumerStub.
public Equals ( object obj ) : bool
obj object The to compare with the current .
return bool
        public override bool Equals(object obj)
        {
            return this.Equals(obj as ConsumerStub);
        }

Same methods

ConsumerStub::Equals ( ConsumerStub consumer ) : bool