AcManager.Tools.Helpers.DirectInput.DirectInputDevice.Same C# (CSharp) Méthode

Same() public méthode

public Same ( IDirectInputDevice other ) : bool
other IDirectInputDevice
Résultat bool
        public bool Same(IDirectInputDevice other) {
            return other != null && (Id == other.Id || DisplayName == other.DisplayName);
        }

Same methods

DirectInputDevice::Same ( DeviceInstance other ) : bool