MaCRoGS.Communications.TransportAddress.IsSameNetwork C# (CSharp) Method

IsSameNetwork() public abstract method

Check if a Tranport Address belongs to the same network
public abstract IsSameNetwork ( TransportAddress ta ) : bool
ta TransportAddress
return bool
        public abstract bool IsSameNetwork(TransportAddress ta);