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

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

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

Same methods

DirectInputDevice::Same ( IDirectInputDevice other ) : bool