Taijutsu.Event.Internal.BatchedHandlingSettings.Equals C# (CSharp) Method

Equals() private method

private Equals ( BatchedHandlingSettings other ) : bool
other BatchedHandlingSettings
return bool
        private bool Equals(BatchedHandlingSettings other)
        {
            return Type == other.Type && delayUntil == other.delayUntil && Priority == other.Priority && Unique == other.Unique;
        }
    }

Same methods

BatchedHandlingSettings::Equals ( object obj ) : bool