Taijutsu.Event.Internal.BatchedHandlingSettings.Equals C# (CSharp) Метод

Equals() приватный Метод

private Equals ( BatchedHandlingSettings other ) : bool
other BatchedHandlingSettings
Результат 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