AcManager.Tools.Helpers.DirectInput.DirectInputDevice.Same C# (CSharp) Метод

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

public Same ( IDirectInputDevice other ) : bool
other IDirectInputDevice
Результат bool
        public bool Same(IDirectInputDevice other) {
            return other != null && (Id == other.Id || DisplayName == other.DisplayName);
        }

Same methods

DirectInputDevice::Same ( DeviceInstance other ) : bool