Exemple #1
0
 public bool Equals(LogObjectTypeProvider other) => other is not null && (ReferenceEquals(this, other) || Equals(_index, other._index));
 set => SetProperty(ref _index, value);
Exemple #3
0
 get => new DisplayModeCollection(_index, Manager.GetAdapterDisplayModeCount(_index));