withSIX.Play.Core.Games.Entities.ContentPaths.EqualPath C# (CSharp) Méthode

EqualPath() public méthode

public EqualPath ( ContentPaths other ) : bool
other ContentPaths
Résultat bool
        public bool EqualPath(ContentPaths other) => Path.EqualsNullSupported(other.Path);