withSIX.Play.Core.Games.Entities.ContentPaths.EqualRepositoryPath C# (CSharp) Method

EqualRepositoryPath() public method

public EqualRepositoryPath ( ContentPaths other ) : bool
other ContentPaths
return bool
        public bool EqualRepositoryPath(ContentPaths other) => RepositoryPath.EqualsNullSupported(other.RepositoryPath);
    }