API Reference
Class
LocalGpoComparison
Represents differences between two snapshots.
Inheritance
- Object
- LocalGpoComparison
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LgpoDiffReport.Raw
- Method LocalGpoSnapshot.Compare
Constructors
public LocalGpoComparison(IReadOnlyList<PolEntry> added, IReadOnlyList<PolEntry> removed, IReadOnlyList<ValueTuple<PolEntry, PolEntry>> changed) #Initializes a new instance of the LocalGpoComparison class.
Parameters
- added System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry}
- Entries added in the second snapshot.
- removed System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry}
- Entries removed from the first snapshot.
- changed System.Collections.Generic.IReadOnlyList{System.ValueTuple{ADPlayground.Gpo.GpoLocal.PolEntry,ADPlayground.Gpo.GpoLocal.PolEntry}}
- Entries that changed between snapshots.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object